NVScrollItemsBase<T> Class Properties
In This Topic
For a list of all members of this type, see NVScrollItemsBase<T> members.
Public Properties
| | Name | Description |
 | IntegralVScroll | Gets or sets whether the vertical scrolling behavior is integral. When set to true the vertical scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the vertical scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area. |
 | ShowItemHover | Gets or sets whether to show a hover effect on items in this container. By default set to false. |
Top
See Also